home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / palmpc.dir / 00373.ls < prev    next >
Encoding:
Text File  |  1996-03-01  |  153 b   |  9 lines

  1. on exitFrame
  2.   set lTime to the timer
  3.   repeat while the timer < (lTime + (4 * 60))
  4.     if the mouseDown = 1 then
  5.       exit
  6.     end if
  7.   end repeat
  8. end
  9.